'Declaration Protected Overridable Function ShouldRequestAllData( _ ByVal statement As SelectStatement _ ) As Boolean
protected virtual bool ShouldRequestAllData( SelectStatement statement )
Parameters
- statement
Return Value
A boolean indicating if all the rows of the tables referred in the passed statement need to be retrieved.